net.Resolver.strictErrors (method)
3 uses
net (current package)
dnsclient_unix.go#L465: if nerr, ok := err.(Error); ok && nerr.Temporary() && r.strictErrors() {
dnsclient_unix.go#L685: if nerr, ok := result.error.(Error); ok && nerr.Temporary() && r.strictErrors() {
lookup.go#L172: func (r *Resolver) strictErrors() bool { return r != nil && r.StrictErrors }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)